[]
Creates the internal list from the source.
protected override IReadOnlyList<object?> CreateInternalList(IReadOnlyList<S> source)
Protected Overrides Function CreateInternalList(source As IReadOnlyList(Of S)) As IReadOnlyList(Of Object)
| Type | Name | Description |
|---|---|---|
| IReadOnlyList<S> | source | The source. |
| Type | Description |
|---|---|
| IReadOnlyList<object> |